home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-21 | 2.0 KB | 60 lines | [TEXT/MPS ] |
- #========================================================================================
- #
- # File: MakeMake.bmk
- # Release Version: $ 1.0d1 $
- #
- # Author: Henri Lamiraux
- # Creation Date: 3/28/94
- #
- # Copyright: © 1993, 1994 by Apple Computer, Inc., all rights reserved.
- #
- #========================================================================================
- __DynamicComponentName = ButtonPart
-
- __IncludeDirs = ∂
- -i "{BedODCPlusIncludes}" ∂
- -i "{OPF}Found:FWCommon:Include:" ∂
- -i "{OPF}Found:FWTaskG:Include:" ∂
- -i "{OPF}Found:FWRunTyp:Include:" ∂
- -i "{OPF}Found:FWDebug:Include:" ∂
- -i "{OPF}Found:FWExcLib:Include:" ∂
- -i "{OPF}Found:BCCollec:Support:" ∂
- -i "{OPF}Found:BCCollec:Structs:Maps:" ∂
- -i "{OPF}Found:BCCollec:Structs:Collects:" ∂
- -i "{OPF}Found:FWStream:Include:" ∂
- -i "{OPF}Found:FWArchiv:Include:" ∂
- -i "{OPF}Found:FWString:Include:" ∂
- -i "{OPF}OS:FWGraphx:Include:" ∂
- -i "{OPF}FrameWrk:FWPart:Include:" ∂
- -i "{_BedTargetDir}Include:"
-
- __BedRCIncludeDirs = ∂
- -i "{BedODRIncludes}" ∂
-
- __ComponentObjects = ∂
- "{_BedTargetObjectsDir}"ButtonPart.cpp.o ∂
- "{_BedTargetObjectsDir}Templat.o"
-
- __ExportedComponentObjects = ∂
- "{_BedTargetObjectsDir}"ButtonPart.cpp.o
-
- __ComponentResources = ∂
- "{_BedTargetObjectsDir}"ButtonPart.rsrc
-
- __FrameworkResources=
-
- # directory dependency propagation
- "{_BedTargetObjectsDir}" ƒ "{_BedTargetDir}Sources:" "{_BedTargetDir}Other:"
-
- # Its not easy turning sym off for just a single file, so here we strip out symbols
- # using lib. Not only is this a hack but could be problematic if the object file is
- # large enough that the compiler goes over the 64k OMF record limit.
-
- "{_BedTargetObjectsDir}Templat.o" ƒ "{_BedTargetObjectsDir}Templat.cpp.o"
- {_BedLib} -mf -sym off ∂
- -o "{_BedTargetObjectsDir}Templat.o" ∂
- "{_BedTargetObjectsDir}Templat.cpp.o"
-
- #####################################################################################
- # Dependencies
- #####################################################################################